(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <graphics/rastport.h>
#include <intuition/intuition.h>
#include <proto/intuition.h>
void DrawImage()
SYNOPSIS
struct RastPort * rp
struct Image * image
LONG leftOffset
LONG topOffset
LOCATION
In IntuitionBase at offset 19
FUNCTION
Draw an image.
INPUTS
rp
The RastPort to render into
image
The image to render
leftOffset, topOffset
Where to place the image.
RESULT
None.
NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
27.03.1997 digulla
Replace aros by arossupport
27.01.1997 ldp
Polish
10.12.1996 aros
Moved #include into first column to allow makedepend to see it.
08.11.1996 aros
All OS function use now Amiga types
Moved intuition-driver protos to intuition_intern.h
24.10.1996 aros
Use the official AROS macros over the __AROS versions.
04.10.1996 digulla
Optimized: Draws now as many consecutive pixels as possible
18.09.1996 digulla
Made DrawImage work After OpenWindow() one *must* call Wait() to allow X11 to draw for now.
29.08.1996 digulla
Moved common code from driver to Intuition More docs
23.08.1996 digulla
Several new functions; some still empty.